home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / wf200_c.arc / WF.005 < prev    next >
Text File  |  1990-08-30  |  15KB  |  310 lines

  1. .f3                              - # -              Chapter 5 - Command Keys
  2. .rm70
  3. .mt5
  4. .mb5
  5. .pl66
  6. .tc
  7. .tc 5. COMMAND KEYS .......................................#
  8. COMMAND KEYS
  9. .RRL                                       !              !                       R
  10.  
  11. .tc    Cursor Movement Keys................................#
  12. Cursor Movement keys
  13.  
  14.  Character left                         <Lft Arrow>    or <CtrlS>
  15.  Character right                        <Rgt Arrow>    or <CtrlD>
  16.  Word left                              <CtrlLft>      or <CtrlA>
  17.  Word right                             <CtrlRgt>      or <CtrlF>
  18.  Line up                                <Up Arrow>     or <CtrlE>
  19.  Line down                              <Dn Arrow>     or <CtrlX>
  20.  Scroll up                              <CtrlW>
  21.  Scroll down                            <CtrlZ>
  22.  Page up                                <PgUp>         or <CtrlR>
  23.  Page down                              <PgDn>         or <CtrlC>
  24.  Top of file                            <CtrlPgUp>     or <CtrlQ><CtrlR>
  25.  Bottom of file                         <CtrlPgDn>     or <CtrlQ><CtrlC>
  26.  Beginning of line                      <Home>         or <CtrlQ><CtrlS>
  27.  End of line                            <End>          or <CtrlQ><CtrlD>
  28.  Top of screen                          <CtrlHome>     or <CtrlQ><CtrlE>
  29.  Bottom of screen                       <CtrlEnd>      or <CtrlQ><CtrlX>
  30.  
  31. .tc    Quick Movement Commands ............................#
  32. Quick Movement Commands
  33.  
  34.  Go to line                             <CtrlJ><CtrlL>
  35.  Go to column                           <CtrlJ><CtrlC>
  36.  Go to page                             <CtrlJ><CtrlP>
  37.  Go to window                           <AltF6>        or <CtrlJ><CtrlW>
  38.  Previous cursor position               <CtrlQ><CtrlP>
  39.  Up to equal indent                     <AltF3>        or <CtrlJ><CtrlB>
  40.  Down to equal indent                   <AltF4>        or <CtrlJ><CtrlE>
  41.  Next sentence                          <CtrlQ><CtrlZ> or <AltF8>
  42.  Previous sentence                      <CtrlQ><CtrlW> or <AltF7>
  43.  
  44. .tc    Text Markers .......................................#
  45. Text Markers
  46.  
  47.  Set a marker by menu                   (None)         or <ShiftF1> T S
  48.  Jump to marker by menu                 (None)         or <ShiftF1> G M
  49.  Toggle marker display                  <CtrlK><CtrlM> or (None)
  50.  Set marker 0..9                        <CtrlK>0 .. <CtrlK>9
  51.  Jump marker 0..9                       <CtrlQ>0 .. <CtrlQ>9
  52.  
  53. .tc    Text Insertion and Deletion ........................#
  54. Text Insertion and Deletion
  55.  
  56.  Undo last deletion                     <CtrlQ><CtrlU> or <AltY>
  57.  Restore line                           <CtrlQ><CtrlL>
  58.  Insert undo buffer                     <CtrlQ><CtrlV>
  59.  Tab                                    <Tab>          or <CtrlI>
  60.  Backward Tab                           <ShiftTab>
  61.  New line                               <Enter>        or <CtrlM>
  62.  Insert line                            <CtrlN>
  63.  Insert control character               <CtrlP>
  64.  Delete current character               <Del>          or <CtrlG>
  65.  Delete character left                  <BackSpace>    or <CtrlH>
  66.  Delete word                            <CtrlT>
  67.  Delete to end of line                  <CtrlBks>      or <CtrlQ><CtrlY>
  68.  Delete line                            <CtrlY>
  69.  Delete line (no undo)                  <CtrlQ><CtrlT>
  70.  Abort command (1 char)                 <CtrlU>
  71.  
  72. .tc    Search and Replace .................................#
  73. Search and Replace
  74.  
  75.  Search for pattern                     <CtrlQ><CtrlF> or <F5>
  76.  Search and replace                     <CtrlQ><CtrlA> or <F6>
  77.    Options:
  78.      W   Whole words
  79.      B   Look Backwards
  80.      G   Start from beginning or end and (for replace) replace all
  81.      U   Ignore case
  82.      N   replace without asking
  83.      L   only search marked block
  84.      n   n is integer
  85.          find - find nth occurrence
  86.          replace - replace n occurrences
  87.  Search and playback macro              <CtrlQ><CtrlM>
  88.  Search again                           <CtrlL>
  89.  Find matching }]>) or End              <CtrlK>[       or <AltF5>
  90.  
  91. .tc    Files ..............................................#
  92. Files
  93.  
  94.  Edit another file (Prompt for save)    <F3>
  95.  Abandon file                           <CtrlK><CtrlQ>
  96.  Read file into window                  <CtrlK><CtrlR>
  97.  Save and continue edit                 <CtrlK><CtrlS> or <F9>
  98.  Save and exit to DOS                   <F10>          or <CtrlK><CtrlX>
  99.  Write to named file                    <CtrlK><CtrlA> or <ShiftF9>
  100.  Save/Switch files                      <CtrlK><CtrlD>
  101.  Edit File Description                  <CtrlK><CtrlE>
  102.  Bulk Edit file descriptions            Display a directory and press <F1>
  103.  Pack description file                  <CtlrK><CtrlZ>
  104.  
  105. .tc    Windows ............................................#
  106. Windows
  107.  
  108.  Open file                              <ShiftF3>      or <CtrlO><CtrlA>
  109.  Close window                           <ShiftF4>
  110.  Resize window                          <ShiftF6>      or <CtrlO><CtrlS>
  111.  Next window                            <CtrlO><CtrlN> or <F2>
  112.  Previous window                        <CtrlO><CtrlP> or <ShiftF2>
  113.  Zoom window                            <CtrlO><CtrlZ> or <ShiftF5>
  114.  
  115. .tc    Block Commands .....................................#
  116. Block Commands
  117.  
  118.  Begin block                            <CtrlK><CtrlB> or <F7>
  119.  End block                              <CtrlK><CtrlK> or <F8>
  120.  Column Mode                            <CtrlK><CtrlN>
  121.  Column Replace Mode                    <CtrlK><CtrlI>
  122.  Go to Start of block                   <ShiftF7>      or <CtrlQ><CtrlB>
  123.  Go to End of block                     <ShiftF8>      or <CtrlQ><CtrlK>
  124.  Copy block                             <CtrlK><CtrlC>
  125.  Move block                             <CtrlK><CtrlV>
  126.  Delete block                           <CtrlK><CtrlY>
  127.  Hide block                             <CtrlK><CtrlH>
  128.  Mark current word                      <CtrlK><CtrlT>
  129.  Write block to file                    <CtrlK><CtrlW>
  130.  Shift Block Left                       <CtrlK><       or <CtrlF7>
  131.  Shift Block Right                      <CtrlK>>       or <CtrlF8>
  132.  Strip Hi Bits from block               <CtrlK>^
  133.  
  134. .tc    Text Formatting ....................................#
  135. Text Formatting
  136.  
  137.  Format paragraph                       <CtrlB>
  138.  Format block                           <CtrlK><CtrlF>
  139.  Center line                            <CtrlO><CtrlC>
  140.  Margin release                         <CtrlO><CtrlX>
  141.  Toggle case                            <AltF10>
  142.  Lower case                             <CtrlK>'
  143.  Upper case                             <CtrlK>"
  144.  Show current font                      <CtrlJ><CtrlF>
  145.  Select Bold                            <AltB>         or <CtrlP><CtrlB>
  146.  Select Double                          <AltD>         or <CtrlP><CtrlD>
  147.  Select Underscore                      <AltU>         or <CtrlP><CtrlS>
  148.  Select Superscript                     <AltT>         or <CtrlP><CtrlT>
  149.  Select Subscript                       <AltV>         or <CtrlP><CtrlV>
  150.  Select Compressed                      <AltC>         or <CtrlP><CtrlA>
  151.  Select Italics                         <AltI>         or <CtrlP><CtrlY>
  152.  
  153. .tc    Ruler and Margins ..................................#
  154. Ruler and Margins
  155.  
  156.  Tab                                    <Tab>
  157.  Backward Tab                           <ShiftTab>
  158.  Set tabs                               <CtrlO><CtrlI> or .RR
  159.  Set tab size                           (None)         or <ShiftF1> O R T
  160.  Edit tabs                              <CtrlO><CtrlE>
  161.  Tab temporary margin                   <CtrlO><CtrlG>
  162.  Set temporary margin                   <CtrlO><CtrlH> or <F4>
  163.  Restore even tabs                      <CtrlO><CtrlV>
  164.  Toggle insert mode                     <CtrlV>        or <Ins>
  165.  Toggle autoindent mode                 <CtrlQ><CtrlI>
  166.  Toggle word wrap                       <CtrlO><CtrlW>
  167.  Toggle wrap compression                (None)         or <ShiftF1> O F S
  168.  Toggle tab line display                <CtrlO><CtrlT>
  169.  Toggle justify                         <CtrlO><CtrlJ>
  170.  Set left margin                        <CtrlO><CtrlL> or .LM
  171.  Set right margin                       <CtrlO><CtrlR> or .RM
  172.  Set top margin                         .MT            or <ShiftF1> O M T
  173.  Set bottom margin                      .MB            or <ShiftF1> O M B
  174.  Set page length                        .PL            or <ShiftF1> O M P
  175.  Toggle page breaks                     <CtrlO><CtrlB>
  176.  Toggle attributes                      <CtrlO><CtrlD>
  177.  Toggle fixed tabs                      <CtrlO><CtrlF>
  178.  Release Margins                        <CtrlO><CtrlX>
  179.  Embed Current Ruler Line as .RR        <CtrlO><CtrlO>
  180.  
  181. .tc    Spelling ...........................................#
  182. Spelling
  183.  
  184.  Check Rest of Document                 <AltS>         or <CtrlJ><CtrlS>
  185.  Check word at cursor                   <Alt5>
  186.  
  187. .cp5
  188. .tc    Macros .............................................#
  189. Macros
  190.  
  191.  Load macros from disk                  <AltL>
  192.  Store macros to disk                   <AltW>
  193.  Record macro                           <AltR>         or <CtrlJ><CtrlT>
  194.  Edit macro                             <AltE>
  195.  Playback macro by menu                 <Alt0>
  196.  Playback macro by key                  <AltM>         or <ESC>
  197.        follow with character 0..9 A..Z
  198.  Playback Macro 1..9                    <Alt1> .. <Alt9>
  199.  Playback macro n times with menu       <Alt->
  200.  
  201. .cp5
  202. .tc    Line Drawing characters ............................#
  203. Line Drawing characters
  204.  
  205.  Single Lines                           Load macro file SINGLE.MAC
  206.  Double Lines                           Load macro file DOUBLE.MAC
  207.  
  208. .tc    Calculator .........................................#
  209. Calculator
  210.  
  211.  Pop Up Calculator                      <CtrlJ><CtrlM>
  212.  Functions
  213.     +     add
  214.     -     subtract
  215.     *     multiply
  216.     /     divide
  217.     ^     exponentiate
  218.     ABS   absolute value
  219.     SQRT  square root
  220.     SQR   square value
  221.     SIN   sine (in degrees)
  222.     COS   cosine (in degrees)
  223.     TAN   tangent (in degrees)
  224.     ATN   arctangent
  225.     LN    base e log
  226.     LOG   base 10 log
  227.     EXP   e^x
  228.     FACT  factorial
  229.     PI    the value of PI
  230.  Paste Result                           <CtrlJ><CtrlI> =  or <AltO> =
  231.  Paste Calculation                      <CtrlJ><CtrlI> #  or <AltO> #
  232.  
  233. .tc    Printing a file ....................................#
  234. Printing a file
  235.  
  236.      Print file                         <CtrlK><CtrlP>
  237.           Include file                                 .FIfilename
  238.           Offset page to right by n columns            .PO n
  239.           Start new page                               .PA
  240.           Start new page and print a blank page if     .PB O or E text
  241.             current page number is ODD or EVEN
  242.           Start new page if fewer than n lines remain  .CP n
  243.           Start a new page if Current page number is
  244.             ODD or EVEN                                .CP O or E
  245.           Set page number to n                         .PN n
  246.           Omit page numbers                            .OP
  247.           Print page numbers                           .PG
  248.           Put page number in column n                  .PC n
  249.           Set page length to n lines                   .PL n
  250.           Set top margin to n lines                    .MT n
  251.           Set bottom margin to n lines                 .MB n
  252.           Set header margin to n lines                 .HM n
  253.           Set footer margin to n lines                 .FM n
  254.           Start marking text in margin                 .EV @M1
  255.           Stop Marking text in margin                  .EV @M0
  256.           Define header lines
  257.                 .HE header line 1   }  both the
  258.                 .H1 header line 1   }  same
  259.                 .H2 header line 2
  260.                 .H3 header line 3
  261.           Define footer lines
  262.                 .FO footer line 1   } both the
  263.                 .F1 footer line 1   } same
  264.                 .F2 footer line 2
  265.                 .F3 footer line 3
  266.                    Special Codes within Headers and Footers
  267.                       Insert current page number               #
  268.                       Ignore following spaces on even pages    <CtrlP><CtrlK>
  269.                       Take next character literally            \
  270.                       Invoke printing functions                @
  271.                         - return the time in format:
  272.                               @T0   HH:MM
  273.                               @T1   HH:MM:SS
  274.                               @T2   HH:MM XX     where XX = AM or PM
  275.                               @T3   HH:MM:SS XX  where XX = AM or PM
  276.                         - return the date in format:
  277.                               @D0  MMM DD, YYYY
  278.                               @D1  DD/MM/YY
  279.                               @D2  DD/MM/YYYY
  280.                               @D3  MM/DD/YY
  281.                               @D4  MM/DD/YYYY
  282.                               @D5  YYYY/MM/DD
  283.                               @D6  DD MMM YYYY
  284.                               @D7  dayname, DD MMM YYYY
  285.                               @D8  DD month YYYY
  286.                         - return file name being printed:
  287.                               @F0  Full pathname of file
  288.                               @F1  Filename without path
  289.  
  290.           Set page number type                         .PT x
  291.                 where x = N or n - numeric (default)
  292.                           R      - Roman Uppercase
  293.                           r      - roman lowercase
  294.                           A      - Alphabetic uppercase
  295.                           a      - alphabetic lowercase
  296.  
  297. .cp10
  298. .tc    Index/Table of contents ............................#
  299. Index/Table of contents
  300.  
  301.  Define Index Entry                     .IXline
  302.                                         or <Ctrl>P<Ctrl>K at start
  303.                                             and <Ctrl>P<Ctrl>K at end
  304.  Define Table Of Contents Entry         .TCline
  305.                                             or .TC1 for table 1
  306.                                             thru to .TC9 for table 9
  307.  Generate Table of Contents             <CtrlF5>       or <ShiftF1> M T
  308.  Generate Index                         <CtrlF6>       or <ShiftF1> M I
  309.  
  310.